home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / debug.man < prev    next >
Encoding:
Text File  |  1988-12-30  |  605 b   |  21 lines

  1. ' $Header: /a/newcmds/debug.prog/RCS/debug.man,v 1.2 88/12/30 09:24:32 ouster Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS DEBUG cmds
  4. .BS
  5. .SH NAME
  6. debug \- Start a command and put it immediately into the debugger
  7. .SH SYNOPSIS
  8. \fBdebug\fR \fIcommand\fR [\fIoptions\fR]
  9. .BE
  10.  
  11. .SH INTRODUCTION
  12. .PP
  13. The \fBdebug\fR command is used to initiate a process but force the process
  14. into the debugger before it executes any instructions, in order to
  15. facilitate debugging.  \fICommand\fR is the name of the command;
  16. if \fIoptions\fR are present, they will be passed to \fIcommand\fR
  17. as options.
  18.  
  19. .SH KEYWORDS
  20. debug
  21.